--Callback method
--Inserts instruction for your callback method.
--Callback method
--Inserts instruction for your callback method
(item: string) -- item specifies the received callback argument
is
do
	inspect item
	when "argument" then
		-- add your code here
	when "argument" then
		-- add your code here
	-- Enter additional queries here
	end;
end;
/*argument:Enter the argument to be tested, e.g. open or apply.
*/